Description: | This event is raised when the user releases the mouse button over the control. |
Syntax: | MouseUp(Button
As Integer, Shift As Integer, X As Single, Y As Single) Remarks:
|
Description: | This event is raised when the user presses the mouse button over the control. |
Syntax: | MouseDown(Button
As Integer, Shift As Integer, X As Single, Y As Single) Remarks:
|
Mouse Move Event | |
Description: | This event is raised when the user moves the mouse over the control. |
Syntax: | MouseMove(Button
As Integer, Shift As Integer, X As Single, Y As Single) Remarks:
|
Description: | This event is raised when the user clicks the control with the mouse button. |
Syntax: | MouseClick()
|